Skip to content

Commit 9c6b91a

Browse files
add assemblyInfo
1 parent 4535c9b commit 9c6b91a

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

PerfUtil/AssemblyInfo.fs

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
namespace PerfUtil
2+
3+
open System.Reflection
4+
5+
[<assembly:AssemblyVersion("0.1.3.*")>]
6+
do()

PerfUtil/PerfUtil.fsproj

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
</PropertyGroup>
3737
<Import Project="$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets" Condition=" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets')" />
3838
<ItemGroup>
39+
<Compile Include="AssemblyInfo.fs" />
3940
<Compile Include="Types.fs" />
4041
<Compile Include="Utils.fs" />
4142
<Compile Include="Benchmark.fs" />

PerfUtil/PerfUtil.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>PerfUtil</id>
5-
<version>0.1.2</version>
5+
<version>0.1.3</version>
66
<title>PerfUtil</title>
77
<authors>Eirik Tsarpalis</authors>
88
<owners>Eirik Tsarpalis</owners>

0 commit comments

Comments
 (0)