We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bc903 commit aff579dCopy full SHA for aff579d
1 file changed
default.proj
@@ -2,7 +2,7 @@
2
<Project DefaultTargets="All" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="Current">
3
<PropertyGroup>
4
<!-- Increment the overall semantic version here. -->
5
- <Version>9.2.0</Version>
+ <Version>9.3.0</Version>
6
<SolutionName>Autofac</SolutionName>
7
<Configuration Condition="'$(Configuration)'==''">Release</Configuration>
8
<ArtifactDirectory>$([System.IO.Path]::Combine($(MSBuildProjectDirectory),"artifacts"))</ArtifactDirectory>
0 commit comments