Skip to content

Commit

Permalink
Change version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
teshiba committed Oct 9, 2020
1 parent 5611e49 commit 96f4b2d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
9 changes: 4 additions & 5 deletions LibAoe2AISharp/LibAoe2AISharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
<RepositoryUrl>https://github.com/teshiba/LibAoe2AISharp.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>aoe2</PackageTags>
<AssemblyVersion>0.0.1.2</AssemblyVersion>
<FileVersion>0.0.1.2</FileVersion>
<AssemblyVersion>0.0.2.0</AssemblyVersion>
<FileVersion>0.0.2.0</FileVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<NeutralLanguage>en-US</NeutralLanguage>
<SignAssembly>false</SignAssembly>
<Version>0.1.3</Version>
<PackageReleaseNotes>version 0.1.2
</PackageReleaseNotes>
<Version>0.2.0</Version>
<PackageReleaseNotes>version 0.2.0</PackageReleaseNotes>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down
20 changes: 20 additions & 0 deletions LibAoe2AISharpTests/LibAoe2AISharpTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
<TargetFramework>netcoreapp3.1</TargetFramework>

<IsPackable>false</IsPackable>

<AssemblyVersion>0.0.2.0</AssemblyVersion>

<FileVersion>0.0.2.0</FileVersion>

<Authors>Satoshi Teshiba</Authors>

<Company>Satoshi Teshiba</Company>

<Description>test for LibAoe2AiSharp</Description>

<Copyright>Copyright © 2020</Copyright>

<PackageProjectUrl>https://github.com/teshiba/LibAoe2AISharp</PackageProjectUrl>

<RepositoryUrl>https://github.com/teshiba/LibAoe2AISharp.git</RepositoryUrl>

<RepositoryType>git</RepositoryType>

<PackageTags>aoe2</PackageTags>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 96f4b2d

Please sign in to comment.