Skip to content

Commit 77fcde0

Browse files
authored
Version 0.12.0 (#108)
* version 0.12.0 * update copyright
1 parent d66d671 commit 77fcde0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/FluentAssertions.Analyzers/FluentAssertions.Analyzers.nuspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>FluentAssertions.Analyzers</id>
55
<title>Fluent Assertions Analyzers</title>
6-
<version>0.11.4</version>
6+
<version>0.12.0</version>
77
<owners>Meir Blachman</owners>
88
<authors>Meir Blachman</authors>
99
<summary>
@@ -21,14 +21,14 @@
2121
<frameworkAssemblies>
2222
<frameworkAssembly assemblyName="System" targetFramework="" />
2323
</frameworkAssemblies>
24-
<copyright>Copyright Meir Blachman 2017-2018</copyright>
24+
<copyright>Copyright Meir Blachman 2017-2021</copyright>
2525
<releaseNotes>
2626
See https://github.com/fluentassertions/fluentassertions.analyzers/releases/
2727
</releaseNotes>
2828
<repository type="git" url="https://github.com/fluentassertions/fluentassertions.analyzers.git" />
2929
</metadata>
3030
<files>
31-
<file src="bin\*\netstandard1.3\*.dll" target="analyzers\dotnet\cs" exclude="**\Microsoft.CodeAnalysis.*;**\System.Collections.Immutable.*;**\System.Reflection.Metadata.*;**\System.Composition.*" />
31+
<file src="bin\**\*.dll" target="analyzers\dotnet\cs" exclude="**\Microsoft.CodeAnalysis.*;**\System.Collections.Immutable.*;**\System.Reflection.Metadata.*;**\System.Composition.*" />
3232
<file src="tools\*.ps1" target="tools\" />
3333
</files>
3434
</package>

0 commit comments

Comments
 (0)