Skip to content

Commit

Permalink
Autofix version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlacey committed Sep 13, 2020
1 parent 5af7711 commit c02ac2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VSIX/RapidXaml.AutoFix/RapidXaml.AutoFix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<Version>1.0.0-preview10</Version>
<Version>1.0.0</Version>
</PropertyGroup>
<!-- Pack settings -->
<PropertyGroup>
Expand Down
4 changes: 2 additions & 2 deletions VSIX/RapidXaml.AutoFix/RapidXaml.AutoFix.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>RapidXaml.AutoFix</id>
<version>1.0.0-preview10</version>
<version>1.0.0</version>
<authors>Matt Lacey</authors>
<owners>MRLacey</owners>
<license type="expression">MIT</license>
Expand All @@ -17,7 +17,7 @@
<tags>XAML, WinUI, UWP, WPF, Xamarin.Forms, MVVM, UNO</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="RapidXaml.CustomAnalysis" version="0.10.1" exclude="Build,Analyzers" />
<dependency id="RapidXaml.CustomAnalysis" version="0.11.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit c02ac2b

Please sign in to comment.