Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pepinovimr committed Feb 21, 2024
1 parent 827d9e3 commit 489af73
Show file tree
Hide file tree
Showing 7 changed files with 1,045 additions and 15 deletions.
1 change: 1 addition & 0 deletions ConsoleViewLayer/ConsoleViewLayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyVersion>1.0.0</AssemblyVersion>
<AssemblyName>MARC Validator</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NDesk.Options.Core" Version="1.2.6" />
Expand Down
2 changes: 1 addition & 1 deletion ConsoleViewLayer/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"ConsoleViewLayer": {
"commandName": "Project",
"commandLineArgs": "-p C:\\Users\\pepin\\Desktop\\marc_example_collection.xml -o C:\\Users\\pepin\\Desktop\\output.txt"
"commandLineArgs": "-p D:\\test.xml"
}
}
}
8 changes: 6 additions & 2 deletions DataAccessLayer/DataAccessLayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Remove="Properties\rda_minimal.json" />
<None Remove="Properties\aacr2.json" />
<None Remove="Properties\rda.json" />
<None Remove="Properties\ValidationFiles.json" />
</ItemGroup>
<ItemGroup>
Expand All @@ -19,10 +20,13 @@
<ProjectReference Include="..\ComunicationDataLayer\ComunicationDataLayer.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="Properties\aacr2.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Properties\ValidationFiles.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Properties\rda_minimal.json">
<Content Include="Properties\rda.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
Expand Down
10 changes: 2 additions & 8 deletions DataAccessLayer/Properties/ValidationFiles.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
{
"Files": [
{
"File": "rda_minimal.json"
"File": "rda.json"
},
{
"File": "rda_recomended.json"
},
{
"File": "aacr2_minimal.json"
},
{
"File": "aacr2_recomended.json"
"File": "aacr2.json"
}
]
}
Loading

0 comments on commit 489af73

Please sign in to comment.