Skip to content

Commit

Permalink
Merge pull request #38 from cerebrate/dev
Browse files Browse the repository at this point in the history
Fixed version field.
  • Loading branch information
cerebrate authored Feb 25, 2021
2 parents fdb2c72 + 09e9c98 commit d7afa79
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion MouseJiggler/MouseJiggler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<RootNamespace>ArkaneSystems.MouseJiggler</RootNamespace>
<Nullable>enable</Nullable>
<ApplicationIcon>Mouse (ISO).ico</ApplicationIcon>
<Version>2.0.0</Version>
<Version>2.0.14</Version>
<PublishSingleFile>true</PublishSingleFile>
<SelfContained>false</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
Expand All @@ -20,6 +20,13 @@ Tick the 'Jiggling?' checkbox to begin jiggling the mouse; untick it to stop. Th
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/cerebrate/mousejiggler</PackageProjectUrl>
<NeutralLanguage>en-US</NeutralLanguage>
<AssemblyVersion>2.0.14.0</AssemblyVersion>
<FileVersion>2.0.14.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d7afa79

Please sign in to comment.