Skip to content

Commit

Permalink
- Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanSoltis committed Sep 5, 2023
1 parent adc99ae commit 5e06332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AzureNamingTool.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<Version>3.0.1</Version>
<Version>3.0.2</Version>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
2 changes: 1 addition & 1 deletion src/programsettings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"FeedbackURL": "https://forms.office.com/r/M2EZLg6zKq",
"latestNewsEnabled": "false",
"toolVersion":"3.0.1"
"toolVersion":"3.0.2"
}

0 comments on commit 5e06332

Please sign in to comment.