Skip to content

Commit 71c008f

Browse files
authored
Release 1.36.1 due to assemblyFileVersion need update (Azure#1175)
1 parent 32412cd commit 71c008f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Directory.Build.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
</PropertyGroup>
2828

2929
<PropertyGroup>
30-
<FluentVersion>1.36.0</FluentVersion>
30+
<FluentVersion>1.36.1</FluentVersion>
3131
<VersionPrefix>$(FluentVersion)</VersionPrefix>
3232

33-
<!-- Keep the assembly version pinned unless a breaking change is made -->
34-
<AssemblyVersion>1.0.0.66</AssemblyVersion>
33+
<!-- Always update AssemblyVersion for new release -->
34+
<AssemblyVersion>1.0.0.67</AssemblyVersion>
3535
</PropertyGroup>
3636

3737
<PropertyGroup>

0 commit comments

Comments
 (0)