Skip to content

Commit

Permalink
set version to 0.9 for beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyNoS7evin committed Mar 17, 2018
1 parent 4dfcc9c commit a8d9ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TwitchLib.Unity/TwitchLib.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net452</TargetFramework>
<PackageId>TwitchLib.Unity</PackageId>
<Version>1.0.0</Version>
<Version>0.9.0</Version>
<Description>Unity wrapper system for TwitchLib</Description>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Authors>LuckyNoS7evin</Authors>
Expand All @@ -17,8 +17,8 @@
<RepositoryType>Git</RepositoryType>
<PackageTags>twitch library unity3d unity dotnet c# csharp net standard 2.0</PackageTags>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<AssemblyVersion>0.9.0.0</AssemblyVersion>
<FileVersion>0.9.0.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit a8d9ca4

Please sign in to comment.