Skip to content

Commit

Permalink
update assembly information
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Feb 25, 2022
1 parent 1e14e52 commit 04b2693
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions kscr-compiler/kscr-compiler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
<RootNamespace>KScr.Compiler</RootNamespace>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
<Company>comroid</Company>
<AssemblyVersion>0.1.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\kscr-lib\kscr-lib.csproj"/>
<ProjectReference Include="..\kscr-lib\kscr-lib.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.0-preview1"/>
<PackageReference Include="CommandLineParser" Version="2.9.0-preview1" />
</ItemGroup>

</Project>
2 changes: 2 additions & 0 deletions kscr-lib/kscr-lib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>KScr.Lib</RootNamespace>
<Nullable>enable</Nullable>
<Company>comroid</Company>
<AssemblyVersion>0.1.0</AssemblyVersion>
</PropertyGroup>

</Project>
5 changes: 3 additions & 2 deletions kscr-runtime/kscr-runtime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
<AssemblyName>kscr</AssemblyName>
<Company>comroid</Company>
<Product>kscr</Product>
<AssemblyVersion>0.1.0</AssemblyVersion>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\kscr-compiler\kscr-compiler.csproj"/>
<ProjectReference Include="..\kscr-lib\kscr-lib.csproj"/>
<ProjectReference Include="..\kscr-compiler\kscr-compiler.csproj" />
<ProjectReference Include="..\kscr-lib\kscr-lib.csproj" />
</ItemGroup>

</Project>

0 comments on commit 04b2693

Please sign in to comment.