Skip to content

Commit 81392f1

Browse files
authored
Release 1.0.0-preview.10 (#27)
* Standardize Repo / Solution with nats.net (#26) * Also fixes version.txt location and adds test timeout. PS Not sure if 9/10 will compare properly. I should've zero padded before i suppose. we'll see.
1 parent 885aa5b commit 81392f1

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<PropertyGroup>
1818
<!-- NuGet Packaging -->
19-
<Version>$([System.IO.File]::ReadAllText("$(MSBuildThisFileDirectory)version.txt"))</Version>
19+
<Version>$([System.IO.File]::ReadAllText("$(MSBuildThisFileDirectory)..\version.txt"))</Version>
2020
<PackageVersion>$(Version)</PackageVersion>
2121
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2222
<Company>CNCF</Company>

src/NATS.Jwt.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".", ".", "{1F24478C-D5CB-4A
1919
LICENSE = ..\LICENSE
2020
Directory.Build.props = Directory.Build.props
2121
Icon.png = ..\Icon.png
22-
version.txt = version.txt
22+
version.txt = ..\version.txt
2323
.editorconfig = .editorconfig
2424
.gitattributes = ..\.gitattributes
2525
.gitignore = ..\.gitignore

src/version.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<RunSettings>
3+
<RunConfiguration>
4+
<MaxCpuCount>1</MaxCpuCount>
5+
<TestSessionTimeout>300000</TestSessionTimeout>
6+
</RunConfiguration>
7+
</RunSettings>

version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.0.0-preview.10

0 commit comments

Comments
 (0)