Skip to content

Commit

Permalink
v2.3.2 Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerBrinkley committed Jun 23, 2018
1 parent 7d61fdb commit a0faaa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,3 @@ class EnumsNETDemo
Inspired by Jon Skeet's [Unconstrained Melody](https://github.com/jskeet/unconstrained-melody).

Uses Simon Cropp's [Fody](https://github.com/Fody/Fody) which is built on Jb Evain's [Mono.Cecil](https://github.com/jbevain/cecil) for building the assembly.

Uses modified build scripts and repository structure from James Newton-King's [Json.NET](https://github.com/JamesNK/Newtonsoft.Json).
4 changes: 2 additions & 2 deletions Src/Enums.NET/Enums.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<TargetFrameworks>net45;net40;net35;net20;netstandard2.0;netstandard1.3;netstandard1.1;netstandard1.0</TargetFrameworks>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.3.1</FileVersion>
<VersionPrefix>2.3.1</VersionPrefix>
<FileVersion>2.3.2</FileVersion>
<VersionPrefix>2.3.2</VersionPrefix>
<VersionSufix></VersionSufix>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>Tyler Brinkley</Authors>
Expand Down

0 comments on commit a0faaa8

Please sign in to comment.