Skip to content

Commit

Permalink
0.0.1-preview.3 - 2018/11/01
Browse files Browse the repository at this point in the history
@2018.3
  • Loading branch information
ErikMoczi committed Nov 9, 2018
1 parent 0dd1e30 commit 8b96e25
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1 +1 @@
Roslyn C# code analysis and evaluation tool.
Roslyn C# code analysis and evaluation tool for Unity.
6 changes: 5 additions & 1 deletion package/CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.0.1-preview.3] - 2018-11-01

- Remove needed meta file

## [0.0.1-preview.2] - 2018-09-10

This is the first release of *Code Analysis*.
- This is the first release of *Code Analysis*.
5 changes: 3 additions & 2 deletions package/package.json
@@ -1,10 +1,11 @@
{
"name": "com.unity.code-analysis",
"displayName":"Code Analysis",
"version": "0.0.1-preview.2",
"version": "0.0.1-preview.3",
"unity": "2018.3",
"description": "Roslyn C# code analysis and evaluation tool.",
"description": "Roslyn C# code analysis and evaluation tool for Unity.",
"keywords": ["scripting", "compiler"],
"dependencies": {
}
}

1 change: 1 addition & 0 deletions versions.txt
@@ -1,2 +1,3 @@
0.0.1-preview.1
0.0.1-preview.2
0.0.1-preview.3

0 comments on commit 8b96e25

Please sign in to comment.