Skip to content

Commit 776edb4

Browse files
Merge pull request #17 from LuckyNoS7evin/master
Set version to 0.9 for RC
2 parents e168fe0 + a8d9ca4 commit 776edb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

TwitchLib.Unity/TwitchLib.Unity.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>net452</TargetFramework>
55
<PackageId>TwitchLib.Unity</PackageId>
6-
<Version>1.0.0</Version>
6+
<Version>0.9.0</Version>
77
<Description>Unity wrapper system for TwitchLib</Description>
88
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
99
<Authors>LuckyNoS7evin</Authors>
@@ -17,8 +17,8 @@
1717
<RepositoryType>Git</RepositoryType>
1818
<PackageTags>twitch library unity3d unity dotnet c# csharp net standard 2.0</PackageTags>
1919
<NeutralLanguage>en-US</NeutralLanguage>
20-
<AssemblyVersion>1.0.0.0</AssemblyVersion>
21-
<FileVersion>1.0.0.0</FileVersion>
20+
<AssemblyVersion>0.9.0.0</AssemblyVersion>
21+
<FileVersion>0.9.0.0</FileVersion>
2222
</PropertyGroup>
2323

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

0 commit comments

Comments
 (0)