Skip to content

Commit

Permalink
make cls compliant and fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 16, 2020
1 parent 485f21f commit f593cbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>3.0.1</Version>
<Version>3.0.2</Version>
<AssemblyVersion>1.0.0</AssemblyVersion>
<PackageTags>Clipboard, Copy</PackageTags>
<Description>A netstandard package to copy text to the clipboard.</Description>
</PropertyGroup>
Expand Down
3 changes: 3 additions & 0 deletions src/TextCopy/ClsCompliant.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
using System;

[assembly:CLSCompliant(true)]

0 comments on commit f593cbf

Please sign in to comment.