Set version number

This commit is contained in:
Starbeamrainbowlabs 2019-08-05 12:25:08 +01:00
parent f4f5f4ef98
commit 51385a1d74
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 5 additions and 0 deletions

View File

@ -14,4 +14,8 @@ Global
{15E98995-9BDA-4874-B8AF-0C58665A6DDD}.Release|x86.ActiveCfg = Release|x86
{15E98995-9BDA-4874-B8AF-0C58665A6DDD}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = Create Atom feeds for websites that don't support it.
version = 0.1.1
EndGlobalSection
EndGlobal

View File

@ -9,6 +9,7 @@
<AssemblyName>PolyFeed</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<ReleaseVersion>0.1.1</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>