Increments version to 0.1.1-beta
This commit is contained in:
parent
15895944c2
commit
272456e2af
|
@ -10,8 +10,8 @@
|
|||
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||
<RepositoryUrl>https://github.com/Serraniel/japanese-pokemon-cards-sdk-csharp</RepositoryUrl>
|
||||
<RepositoryType>git</RepositoryType>
|
||||
<AssemblyVersion>0.1.0.0</AssemblyVersion>
|
||||
<FileVersion>0.1.0.0</FileVersion>
|
||||
<AssemblyVersion>0.1.1.0</AssemblyVersion>
|
||||
<FileVersion>0.1.1.0</FileVersion>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
|
||||
<IncludeSymbols>True</IncludeSymbols>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
|
||||
<PackageId>$(AssemblyName)</PackageId>
|
||||
<Title>Japanese Pokemon Cards SDK</Title>
|
||||
<Version>0.1.0-beta</Version>
|
||||
<Version>0.1.1-beta</Version>
|
||||
<Authors>Serraniel</Authors>
|
||||
<Description>C# SDK for interaction with jpn-cards.com</Description>
|
||||
<Nullable>enable</Nullable>
|
||||
|
|
Loading…
Reference in a new issue